@charset "gb2312";
/* CSS Document */

/* 
Copyright 2001-2014 Grand Point Inc.
2014_8 by Wang Li
 */


 /*嵌套自定义CSS样式写在这里*/
	
#NeiMain {
	overflow: auto;
}

#MainDiv {
	width: 100%;
	float: left;
	font-weight: normal;
}

#topNavs {
	padding: 5px 10px;
	line-height: 2em;
}

.ListTitle {
	font-weight:normal;
	font-size: 23px;
	line-height: 2.5em;
	padding: 0 10px;
	margin-bottom: 10px;
	border-bottom:1px solid #f0f0f0;
}

.ListTitle span {
	font-size: 12px;
	color: #666;
	margin-left: 20px;
}

.ListTitle a {
	color:#333;
}




/*嵌套自定义CSS样式写在之上，以下全局CSS请勿修改和删除*/

/*全局CSS开始，请勿删除或修改*/
* {
	font-family: "微软雅黑", verdana, arial;
	margin: 0;
	padding: 0;
};

h1,h2,h3,h4,h5,h6,h7,th {
	font-weight: normal;
}

body {
	font-size: 12px;
	overflow-x:hidden;
}

img {
	border: 0;
}

ul,li {
	list-style: none;
}

a {
	color: #717171;
	text-decoration: none;
}

a:hover {
	color: #ff8c11;
}

.clear {
	clear: both;
}

.txtleft {
	text-align: left;
}

.txtright {
	text-align: right;
}

.font10 {
	font-size: 10px;
}

.ftBlue {
	color: #06C;
}

.ftOrange {
	color: #F90;
}

.ftYellow {
	color: #FF0;
}

.ftRed {
	color: #F00;
}

.ftGray {
	color: #666;
}

.ftGreen {
	color: #360;
}

.ftStrong {
	font-weight: bold;
}

.ftUnderline {
	text-decoration: underline;
}

.ftOverline {
	text-decoration: line-through;
}

.ftItalic {
	font-style: italic;
}

.mouseHand {
	cursor: pointer;
}

.imgLine {
	padding: 3px;
	border: #E8E8E8 1px solid;
	background: #FFF;
}

/*页面布局*/
.ListTb th {
	font-size: 10px;
	text-align: right;
	width: 70px;
	padding: 2px;
}

.ListTb {
	border: 0;
	width: 100%;
	margin-top: 10px;
}

.ListTb td {
	padding: 3px;
	line-height: 20px;
	background: url(D_r16_c15.jpg) no-repeat left center;
	padding-left: 10px;
}

.formTb,.schTb {
	margin: 5px 0;
	width: 100%;
	border: 1px solid #E8E8E8;
	background: #fff;
}

.schTb td, .schTb th {
	padding: 5px;
	text-align: left;
}

.schTb th {
	background: #F9F9F9;
	font-weight: bold;
	color: #333;
	text-align: center;
}

.formTb td, .formTb th {
	padding: 5px;
	text-align: left;
	background: #F8F8F8
}

.formTb td {
	background: #FCFCFC;
}

.formTb th {
	text-align: left;
	font-weight: bold;
}

.formTb input,.formTb select,.schTb input,.schTb select {
	height: 23px;
	border: 1px solid #CCC;
	line-height: 23px;
}

.formTb input[type="checkbox"],.formTb input[type="radio"],.schTb input[type="checkbox"],.schTb input[type="radio"] {
	border: 0;
	height: 12px;
}

.formTb label {
	line-height: 23px;
}

.button {
	background: #E8E8E8;
	color: #333;
	border: 0;
	font-weight: bold;
	padding: 3px;
	height: 30px;
}

.width100 {
	width: 100%;
}

.error {
	border: 1px solid #F00;
	background: #FFECEC;
}

.error th {
	background: url(../../HdInc/Images/error.png) no-repeat 4px 4px #FFECEC;
	width: 22px;
	height: 20px;
}

.error td {
	padding: 3px;
	color: #F00;
	background: #FFECEC;
}

.success {
	border: 1px solid #690;
	background: #F0FAE7;
}

.success th {
	background: url(../../HdInc/Images/success.png) no-repeat  4px 4px #F0FAE7;
	width: 22px;
}

.success td {
	padding: 3px;
	color: #360;
	background: #F0FAE7;
}

.info {
	border: 1px solid #09C;
	background: #DFF4FF;
}

.info th {
	background: url(../../HdInc/Images/info.png) no-repeat #DFF4FF 4px 4px;
	width: 20px;
}

.info td {
	padding: 3px;
	color: #069;
	background: #DFF4FF;
}

.warning {
	border: 1px solid #F90;
	background: #FCF9DA;
}

.warning th {
	background: url(../../HdInc/Images/warning.png) no-repeat  4px 4px #FCF9DA;
	width: 22px;
}

.warning td {
	padding: 3px;
	color: #C63;
	background: #FCF9DA;
}

input.error,textarea.error {
	background: #FFF0F0;
	border: 1px solid #FDD;
	display: block;
}

label.error {
	color: #F90;
	border: 0;
	background: none;
	margin-left: 5px;
}

.divSCROLLBAR {
	scrollbar-face-color: #FFFFFF;
	scrollbar-shadow-color: #D2E5F4;
	scrollbar-highlight-color: #D2E5F4;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #D2E5F4;
}

.frUser {
}

.frUser caption {
	text-align: left;
	font-size: 20px;
}

.frUser th {
	line-height: 30px;
	font-weight: bold;
	width: 60px;
	height: 40px;
	text-align: right;
	padding: 0 5px;
}

.frUser th label {
	font-size: 14px;
}

.UserInput {
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	border: 1px solid #999;
	width: 200px;
}

.AutiInput {
	width: 40px;
}

#uMenu {
	border: 1px solid #E8E8E8;
}

#uMenu li {
}

#uMenu li a {
	height: 30px;
	line-height: 30px;
	color: #333;
	background: #FFF;
	display: block;
	padding: 0 10px;
}

#uMenu li a:hover {
	background: #F5F5F5;
	font-weight: bold;
	font-size: 14px;
}

#fPasswordList p {
	line-height: 25px;
}

.Userlist {
	width: 100%;
	margin: 20px 0;
}

.Userlist th, .Userlist td {
	padding: 5px;
}

.Userlist th {
	width: 30px;
}

.Userlist p {
	line-height: 25px;
}

.DemoDateWidth {
	width: 80px;
	font-size: 10px;
	text-align: right;
	font-weight: normal;
}

#ContentAbout {
	border-top: 1px solid #eee;
	background: #F9F9F9;
	padding: 5px;
	text-align: right;
	color: #999;
	font-size:14px;
}

#ContentDetailUp {
	line-height: 2.2em;
	font-size: 16px;
	padding: 20px;
	color:#999;
}
#ContentDetailUp ul{
	padding-left:20px;	
}
#ContentDetailUp ul li{
	list-style:disc;	
}

#ContentDetail {
	line-height: 2.2em;
	/*两倍行距，此处不要直接用px*/
	font-size: 16px;
	color: #666;
}
#ContentDetail ul{
	padding-left:20px;
	margin-bottom:20px;
}
#ContentDetail ul li{
	list-style:disc;
}
#ContentDetail p {
	/*text-indent:2em;*/
	margin-bottom: 10px;
}

.clsdispTitle, .clsdispTitle2 {
	background: #f9f9f9;
	line-height:2em;
	font-size: 18px;
	color: #333;
	padding: 0 10px;
	border-bottom: 1px solid #f0f0f0;
}

.clsdispTitle2 {
	padding: 0;
}

#ClsXiangguan {
	padding:20px 10px;
}

#ClsXiangguan li {
	font-size:14px;
	line-height:2.4em;
	
}

#ClsXiangguan span {
	font-size: 12px;
	margin-left: 10px;
	color: #CCC;
}

#Xiangguan {
	margin-top: 20px;
}

#ClsReviews {
	padding: 10px;
	border: 1px solid #CCC;
	margin-top: 20px;
}

.LeftMenu {
	padding:30px 30px 50px 0;;
}


/*.mNormal a{
	line-height:2em;
	display: block;
	font-size: 18px;
	font-weight: normal;
	padding:10px 15px 5px 0;
	border-bottom:1px solid #f0f0f0;
	color:#666;
	text-align:right;	
}

.mChoose a{
	line-height:2em;
	display: block;
	font-size: 18px;
	font-weight: normal;
	padding:10px 15px 5px 0;
	border-bottom:1px solid #f0f0f0;
	color:#FF8C11;
	text-align:right;	
}

.mNormalSub a{
	font-size: 14px;
	display: block;
	line-height:2em;
	padding:5px 15px 5px 0;
	border:0;
	color:#666;
	text-align:right;	
}

.mNormal a:hover ,.mChoose a:hover{
	color:#000;
	background:#f9f9f9;
}

.mNormalSub a:hover, .mChooseSub a:hover {
	color:#000;
	background:#f9f9f9;
}


.mChooseSub a{
	font-size:14px;
	display: block;
	line-height:2em;
	padding:5px 15px 5px 0;
	border:0;
	color:#FF8C11;
	text-align:right;	
	font-weight: normal;
}*/


#ClsDetail {
	margin: 20px;
}

#ClsDetail h2 {
	font-size: 24px;
	line-height: 1.5em;
	background: none;
}

#ClsDetail h3 {
	font-size: 12px;
	color: #999;
	line-height: 2em;
	background: none;
}

.sLabel {
	display: inline;
	padding: 0px 5px;
	;
	background: #F8F8F8;
	color: #069;
	margin-right: 5px;
	border: 1px solid #F2F2F2;
	line-height: 1.6em;
}

.dispLabel {
	display: inline;
	padding: 5px 10px;
	font-size:14px;
	background: #F8F8F8;
	color: #069;
	border: 1px solid #F2F2F2;
	line-height: 3em;
	margin-right: 6px;
	margin-bottom: 6px;
}

.hightline {
	background: #FF9;
	color: #C30;
}

#ClsReviewsList li {
	margin: 0 0 20px 0;
	background: #F8F8F8;
	padding: 10px;
	border-top: 1px solid #C8C8C8;
}

#ClsReviewsList li h4 {
	line-height: 2em;
	font-size: 12px;
	/*border-bottom:1px dotted #ccc;*/
	font-weight: normal;
}

#ClsReviewsList li h4 a {
	color: #036;
}

#ClsReviewsList li h5 {
	font-size: 10px;
	color: #999;
	line-height: 2em;
	font-weight: normal;
}

.ClsReviewDetail {
	padding: 10px;
	line-height: 1.8em;
	color: #999;
}

.JsPages {
	padding: 5px;
	text-align: right;
	clear: both;
}

#ClsReviewAdd {
	width: 100%;
	margin-top: 15px;
}

#ClsReviewAdd td,#ClsReviewAdd th {
	padding: 5px;
}

#ClsReviewAdd input[type=text] {
	width: 360px;
	height: 20px;
	line-height: 20px;
	/*border: 1px solid #E8E8E8;*/
	padding: 5px;
}

#ClsReviewAdd .nmSubmit {
	border: 1px solid #069;
	width: 80px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	background: #06C;
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
	padding: 0;
}

#ClsReviewAdd textarea {
	width: 360px;
	height: 100px;
	line-height: 30px;
	border: 1px solid #E8E8E8;
	padding: 5px;
}

#ClsReviewAdd #Auti {
	width: 100px;
}

#ClsReviewAdd #ReviewBt {
	width: 80px;
}

#PreNextRs {
	margin: 10px 0;
}

#PreNextRs p {
	line-height: 2em;
	width: 50%;
	float: left;
	text-align: center;
}

.dialogTips {
	font-size: 12px;
}

.dialogTips h3 {
	font-weight: bold;
	line-height: 2em;
	font-size: 12px;
}

.dialogTips p {
	line-height: 2em;
	margin-bottom: 10px;
	color: #999;
}

.dialogTips ul {
	margin-left: 20px;
	padding: 0 0 0 20px;
}

.dialogTips li {
	line-height: 2em;
	list-style-type: disc;
	color: #666;
}
/*头部例子*/
#header,#footer  {
	width: 1200px;
	height: 100px;
	margin: 0 auto;
	border-bottom: 1px solid #666;
}

#TopSearch {
	text-align: right;
}

/*中间例子*/
#main {
	width: 1200px;
	background: #FFF;
	margin: 0 auto;
}
/*用户中心*/
#UserMain {
	width: 1200px;
	margin: 0 auto;
	background: #FFF;
}

#UserMain .uRight a {
	color: #06C;
	text-decoration: underline;
}

#UserMain .uLeft {
	width: 200px;
	padding: 20px;
	font-weight: normal;
}

#UserMain .uLeft h3 {
	width: 180px;
	height: 33px;
	background: url(U_Title_Bg.jpg) no-repeat;
	line-height: 33px;
	padding: 0 10px;
	color: #464637;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
}

#UserMain .uLeft ul {
	border: 1px #DFDFD0 solid;
	width: 178px;
	background: #FAFAF3;
	padding: 10px;
	margin-bottom: 20px;
}

#UserMain .uLeft ul li {
	margin-bottom: 5px;
}

.uMenuNormal a {
	background: none;
	display: block;
	width: 140px;
	height: 30px;
	font-size: 14px;
	color: #343426;
	line-height: 30px;
	text-align: left;
	padding: 0 20px;
}

.uMenuNormal a:hover {
	font-weight: bold;
}

.uMenuChoose a {
	background: url(U_Menu_Bg.jpg) no-repeat;
	display: block;
	width: 140px;
	height: 30px;
	font-size: 14px;
	color: #F0F0E0;
	line-height: 30px;
	text-align: left;
	padding: 0 20px;
}

#UserMain .uRight {

}

#UserMain .uRight h2 {
	background: #fff;
	height: 40px;
	padding: 0 10px;
	line-height: 40px;
	color: #525252;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 1px;
}

#UserMain .uRight .Zhaiyao {
	width: 710px;
	padding: 15px;
}

.UserTb {
	width: 100%;
	background: #DDDDDD;
}

.UserTb td {
	padding: 12px;
	background: #FFF;
	line-height: 2em;
}

.UserTb th {
	padding: 12px;
	background: #FAFAF3;
	line-height: 2em;
	color: #464637;
	text-align: left;
	font-weight: bold;
}

.UserTb caption {
	background: #DFDFD0;
	text-align: left;
	padding: 0 10px;
	height: 35px;
	line-height: 35px;
	color: #464637;
	font-size: 14px;
	font-weight: bold;
}

#SafeNote {
	width: 200px;
	display: none;
	position: absolute;
	top: 0;
	left: 9px;
	padding: 10px;
}

.uButton {
	width: 80px;
	height: 30px;
	background: url(UserBt.jpg) no-repeat;
	color: #FFF;
	font-size: 14px;
	border: 0;
}

.uInput {
	background: #F0F0DF;
	border: 0;
	color: #464637;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	padding: 0 5px;
}

#todo {
	margin: 5px 0;
	height: 30px;
}

#todo li {
	width: auto;
	height: 30px;
	margin: 0px 5px 0 0;
	text-align: center;
	float: left;
}

#todo li a {
	background: #FAFAF3;
	display: block;
	padding: 0 10px;
	line-height: 30px;
	color: #FFF;
}

#todo li a:hover {
	background: #8A8A7B;
	font-weight: bold;
	color: #fff;
}

.Pages {
	text-align: right;
	clear: both;
	font-size:14px;
	margin-right:-20px;
	margin:90px 0 70px 0;
	float:right;
}

.Pages a {
	border: 1px solid #E0E0E0;
	padding: 5px 10px;
	text-align: center;
	margin: 0 10px 0 0;
	background: #FFF;
	color:#666;
}

.Pages a:hover {
	border: 1px solid #ddd;
	padding: 5px 10px;
	text-align: center;
	margin: 0 10px 0 0;
	background: #f9f9f9;
	color: #333;
}

.Pages .choose {
	border: 1px solid #eee;
	padding: 5px 10px;
	text-align: center;
	margin: 0 10px 0 0;
	background: #f0f0f0;
	color: #666;
}

.Pages .PageInfo {
	border: 1px solid #ddd;
	padding: 5px 10px;
	text-align: center;
	margin: 0 10px 0 0;
	background: #f9f9f9;
	color: #666;
}

#tbUserLogin {
	width: 100%;
}

#tbUserLogin td {
	background: #F0F0DF;
	line-height: 30px;
	padding: 0 10px;
	height: 30px;
}

.listTb {
	margin: 5px 0;
	width: 100%;
	border: 1px solid #E8E8E8;
	background: #fff;
}

.listTb td, .listTb th {
	padding: 5px;
	text-align: left;
	background: #F8F8F8;
}

.listTb td {
	background: #FCFCFC;
}

.listTb th {
	text-align: left;
	font-weight: bold;
}

.SchList {
	width: 100%;
	margin: 0 auto;
}

.SchList th {
	text-align: left;
	font-weight: normal;
	font-size: 17px;
	line-height: 2.5em;
	border-bottom: 1px dotted #CCC;
	color:#666;
}

.SchList td {
	color: #AAA;
	line-height: 2em;
}

.SchList span {
	color: #C30;
}

.SchList em {
	color: #090;
	font-style: normal;
	font-size: 10px;
	line-height: 3em;
}

#schs {
	width: 500px;
	height: 50px;
	margin-top: 20px;
}

#schtop {
	width:300px; height:25px;
	position:absolute;
	top:5px; right:0;
	text-align:right;
	margin:0; padding:0;
}
#schtop #w {
	height: 25px;
	line-height: 25px;
	padding:0 5px;
	border:0;
	width: 140px;
	font-size: 12px;
	color: #999;
	background:#FCFCFC;
	position:absolute;
	top:0; right:30px;
}

#schtop #schSubmit {
	border:0;
	width: 25px;
	height: 25px;
	position:absolute;
	top:0; right:0;
	background:url(sch.jpg) no-repeat center;
}

#schs #w {
	height: 30px;
	line-height: 30px;
	border: 1px solid #CCC;
	width: 400px;
	font-size: 14px;
	color: #666;
	padding: 5px;
}

#schs #schSubmit {
	border: 1px solid #069;
	width: 80px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	background: #06C;
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
}

#SeoKeywordsStr {
	margin-top: 20px;
}

.ClsListTb{
	
}
/*全局CSS结束，请勿删除或修改*/


#top{
	float:left;
	width:100%;
	height:115px;
	position:relative;
	border-bottom:5px solid #007FCA;   
	}
#top .position{
	width:1920px;
	height:115px;
	position:absolute;
	left:50%;
	margin-left:-960px;
	}
#top .position ul{
    display:block;
    width:auto;
    height:85px;
	float:right;
	margin-right:360px;
	margin-top:30px;
    }
#top .position ul .main_li{
    display:block;
    text-align:center;
    float:left;
    height:85px;
	background:url(1.png) no-repeat 0 42px;
	
    }
#top .position ul .main_li .main_a{
    display:block;
    height:85px;
	color:#5A5A5A;
	padding:0 15px;
    transition: background 0.5s;
-moz-transition: background 0.5s;    /* Firefox 4 */
-webkit-transition: background 0.5s;    /* Safari 和 Chrome */
-o-transition: background 0.5s;    /* Opera */
    }
#top .position ul .main_li .main_a .en{
    font-size:14px;
    display:block;
	padding-top:40px;
    }
#top .position ul .main_li .main_a .ch{
    font-size:14px;
    display:block;
	line-height:15px;
    }
#top .position ul .main_li .main_a:hover{
    color:#fff;
    background:#007FCA; 
    }
 
#top .nav{ z-index:1;  right:0; }
#top .nav a{ }
#top .nav .nLi{ float:left; display:inline;  }
#top .nav .nLi h3{ float:left; font-weight:normal;}
#top .nav .nLi h3 a{ display:block; text-align:center;}
#top .nav .nLi h3 a span{
    display:block;
    float:left;
    margin-top:50px;
    color:#fff;
    width:90px;
    }
#top .nav .sub{ display:none; width:100%; left:0; top:85px;  position:absolute; background:url(2.png); z-index:10; height:257px; border-bottom:3px solid #5C5344;}
#top .nav .sub .adv{
    width:700px;
    height:150px;
    float:left;
    overflow:hidden;
    margin-top:25px;
    }
#top .nav .sub .adv .img{
    width:300px;
    height:150px;
    overflow:hidden;
    float:left;
    }
#top .nav .sub .adv .img img{
    width:300px;
    height:150px;
    }
#top .nav .sub .adv .text{
    float:right;
    width:375px;
    height:150px;
    }
#top .nav .sub .adv .text h2{
    color:#fff;
    font-size:18px;
    color:#fff;
    font-weight:normal;
    display:block;
    }
#top .nav .sub .adv .text h4{
    color:#fff;
    font-size:16px;
    color:#fff;
    font-weight:normal;
    display:block;
    clear:both;
    }
#top .nav .sub .adv .text p{
    font-size:12px;
    color:#C3C3C3;
    font-weight:normal;
    display:block;
    width:100%;
    line-height:20px;
    margin-top:10px;
    }
#top .nav .sub .list{ zoom:1; display:block; width:1200px; margin:0 auto; }
#top .nav .sub .daohang{
    width:390px;
    height:120px;
    float:right; 
    margin-top:35px;
    }
#top .nav .sub .daohang .daohang_nei{
    width:150px;
    height:49px;
    border-bottom:1px solid #fff;
    float:left;
    margin-left:40px;
    line-height:49px;
    color:#C3C3C3;
    font-size:14px; 
    }
#top .nav .sub .daohang .daohang_nei a{
    color:#fff;
    border-color:#fff;
    }
#top .nav .sub .daohang .daohang_nei a:hover{
    color:#fff;
    background:none;
    border-color:#00FFF3;
    }
#top .logo{
	width:335px;
	height:80px;
	float:left;
	margin-left:360px;
	}
#top .logo img{
	width:335px;
	height:80px;
	margin-top:20px;
	}
#adv{
	float:left;
	width:100%;
	height:500px;
	position:relative;
	overflow:hidden;
	border-bottom:5px solid #007FC9;
	}
#adv .slideBox{
	width:1920px;
	height:500px;
	position:absolute;
	left:50%;
	margin-left:-960px;
	overflow:hidden;
	}

#adv .slideBox{ width:1920px; height:500px; overflow:hidden; position:relative;}
#adv .slideBox .hd{ height:15px; overflow:hidden; position:absolute; left:360px; bottom:80px; z-index:1; }
#adv .slideBox .hd ul{ overflow:hidden; zoom:1; float:left;}
#adv .slideBox .hd ul li{ float:left;width:11px; height:11px; text-align:center; background:#fff; cursor:pointer;  margin:0 10px; border:2px solid #fff; border-radius:11px;behavior:url(../../HdInc/PIE.htc);}
#adv .slideBox .hd ul li.on{ background:none; color:#fff; }
#adv .slideBox .bd{ position:relative; height:100%; z-index:0;   }
#adv .slideBox .bd li{ zoom:1; vertical-align:middle; } 
#adv .slideBox .bd img{ width:1920px; height:500px; display:block;  }
#adv .slideBox .vedio{
	width:300px; 
	height:180px;
	position:absolute;
	top:100px;
	right:390px;
	}
#adv .slideBox .vedio img{
	width:300px;
	height:180px;
	}
#adv .slideBox .bd  .text{
	width:695px;
	height:155px;
	background:url(2.png);
	position:absolute;
	right:360px;
	bottom:20px;
	}
#adv .slideBox .bd  .text h2{
	display:block;
	width:370px;
	height:40px;
	margin-left:265px;
	margin-top:-12px;
	background:#007FC9;
	text-align:center;
	line-height:40px;
	font-size:26px;
	}
#adv .slideBox .bd  .text h2 a{
	color:#fff;
	}
#adv .slideBox .bd  .text p{
	display:block;
	width:635px;
	height:90px;
	line-height:28px;
	margin:0 auto;
	margin-top:25px;
	color:#fff;
	font-size:14px;
	}
.main_x{
	width:1200px;
	margin:0 auto;
	}
#content1{
	float:left;
	width:100%;
	height:190px;
	position:relative;
	overflow:hidden;
	}
#content1 .position{
	width:1920px;
	height:190px;
	position:absolute;
	left:50%;
	margin-left:-960px;
	overflow:hidden;
	}
#content1 .position .box{
	width:385px;
	height:130px;
	float:left;
	margin-left:20px;
	margin-top:60px;
	}
#content1 .position .box img{
	width:385px;
	height:130px;
	}
#content1 .position .text{
	width:380px;
	height:130px;
	float:right;
	margin-top:60px;
	font-size:14px;
	color:#AAAAAA;
	line-height:26px;
	}
#content1 .position .text p{
	display:block;
	margin-top:10px;
	}
#content2{
	float:left;
	width:100%;
	height:365px;
	position:relative;
	overflow:hidden;
	}
#content2 .position{
	width:1920px;
	height:365px;
	position:absolute;
	left:50%;
	margin-left:-960px;
	overflow:hidden;
	}
.title_x{
	width:100%;
	height:125px;
	}
.title_x h2{
	color:#363636;
	font-size:26px;
	float:left;
	display:block;
	line-height:26px;
	margin-top:60px;
	}
.title_x h2 a{
	color:#363636;
	}
.title_x p{
	color:#363636;
	font-size:26px;
	float:left;
	display:block;
	line-height:26px;
	margin-top:60px;
	font-weight:bold;
	margin-left:8px;
	}
.title_x .more{
	display:block;
	float:right;
	margin-top:65px;
	color:#363636;
	}
#content2 .position .left{
	float:left;
	width:790px;
	height:365px;
	}


#content2 .slideBox1{ width:320px; height:240px; overflow:hidden; position:relative;float:left;}
#content2 .slideBox1 .hd1{ height:10px; overflow:hidden; position:absolute; right:0px; bottom:12px; z-index:1; }
#content2 .slideBox1 .hd1 ul{ overflow:hidden; zoom:1; float:left;  }
#content2 .slideBox1 .hd1 ul li{ float:left; margin-right:10px;  width:10px; height:10px; line-height:10px; text-align:center; background:#fff; cursor:pointer; border-radius:10px;behavior:url(../../HdInc/PIE.htc); }
#content2 .slideBox1 .hd1 ul li.on{ background:#E10623; color:#fff; }
#content2 .slideBox1 .bd1{ position:relative; height:100%; z-index:0;   }
#content2 .slideBox1 .bd1 li{ zoom:1; vertical-align:middle; display:block;width:320px; height:240px; }
#content2 .slideBox1 .bd1 img{ width:320px; height:240px; display:block;  }
#content2 .slideBox1 .bd1 li p{
	display:block;
	width:100%;
	height:35px;
	line-height:35px;
	text-indent:10px;
	font-size:14px;
	color:#fff;
	background:url(2.png);
	position:absolute;
	left:0;
	bottom:0;
	}
#content2 .left .text{
	width:450px;
	height:240px;
	float:right;
	margin-top:-10px;
	}
#content2 .left .text ul{
	display:block;
	}
#content2 .left .text ul li{
	display:block !important;
	width:100%;
	line-height:36px;
	background:url(3.png) no-repeat left;
	text-indent:15px;
	font-size:14px;
	color:#3C3C3C;
	}
#content2 .left .text ul li a{
	color:#3C3C3C;
	}
#content2 .right{
	width:380px;
	height:365px;
	float:right;
	}
#content2 .right .img{
	width:380px;
	height:240px;
	}
#content2 .right .img img{
	}
#content2 .right ul{
	display:block;
	margin-top:10px;
	}
#content2 .right ul li{
	display:block !important;
	width:100%;
	line-height:30px;
	background:url(3.png) no-repeat left;
	text-indent:15px;
	font-size:14px;
	color:#3C3C3C;
	}
#content2 .right ul li a{
	color:#3C3C3C;
	}

#content3{
	float:left;
	width:100%;
	height:240px;
	position:relative;
	overflow:hidden;
	margin-top:60px;
	margin-bottom:65px;
	}
#content3 .position{
	width:1920px;
	height:240px;
	position:absolute;
	left:50%;
	margin-left:-960px;
	overflow:hidden;
	}
#content3 .slideTxtBoxx1{ width:1200px;text-align:left; height:240px;   }
#content3 .slideTxtBoxx1 .hdx1{
	width:180px; 
	height:240px;
	float:left;
	}
#content3 .position .slideTxtBoxx1 .hdx1 .box{
	width:180px;
	height:59px;
	border-bottom:1px solid #fff;
	background:#1F80CF;
	}
#content3 .position .slideTxtBoxx1 .hdx1 .box a{ 
	display:block;
	padding-left:20px;
	text-indent:45px;
	font-size:16px;
	font-weight:bold;
	color:#fff;
	line-height:59px;
	}
#content3 .position .slideTxtBoxx1 .hdx1 .box img{
	width:180px;
	height:59px; 
	} 
#content3 .position .slideTxtBoxx1 .hdx1 .box:hover{
	background:#92D60D;
	}
#content3 .slideTxtBoxx1 .bdx1{ 
	width:1000px;
	height:240px;
	float:right; 
	}



#content3 .position .picMarquee-left1{ width:1000px; height:240px;  overflow:hidden; position:relative;}
#content3 .position .picMarquee-left1 .hd1{ overflow:hidden;  height:11px; background:#f4f4f4; width:100%;}
#content3 .position .picMarquee-left1 .hd1 .prev1,#content3 .position .picMarquee-left1 .hd1 .next1{ display:block;  width:11px; height:11px; float:right;  overflow:hidden;cursor:pointer;}
#content3 .position .picMarquee-left1 .hd1 .prev1{ float:left; background:url(6.png) no-repeat left;}
#content3 .position .picMarquee-left1 .hd1 .next1{ float:right; background:url(7.png) no-repeat left;}
#content3 .position .picMarquee-left1 .hd1 .prevStop{ background-position:-60px 0; }
#content3 .position .picMarquee-left1 .hd1 .nextStop{ background-position:-60px -50px; }
#content3 .position .picMarquee-left1 .bd1 {    }
#content3 .position .picMarquee-left1 .bd1 ul{ overflow:hidden; zoom:1; }
#content3 .position .picMarquee-left1 .bd1 ul li{width:235px; height:229px; margin:0 8px; float:left; _display:inline; overflow:hidden; text-align:center; margin-left:22px;  }
#content3 .position .picMarquee-left1 .bd1 ul li .pic{ width:235px;height:175px;text-align:center; }
#content3 .position .picMarquee-left1 .bd1 ul li .pic img{ width:235px;height:175px;display:block;}
#content3 .position .picMarquee-left1 .bd1 ul li .title{ line-height:50px; font-size:14px; color:#4C4C4C;   }
#content3 .position .picMarquee-left1 .bd1 ul li .title a{ 
	color:#4C4C4C;
	}
	
#content3 .position .picMarquee-left2{ width:1000px; height:240px;  overflow:hidden; position:relative;}
#content3 .position .picMarquee-left2 .hd2{ overflow:hidden;  height:11px; background:#f4f4f4; width:100%;}
#content3 .position .picMarquee-left2 .hd2 .prev2,#content3 .position .picMarquee-left2 .hd2 .prev2{ display:block;  width:11px; height:11px; float:right;  overflow:hidden;cursor:pointer;}
#content3 .position .picMarquee-left2 .hd2 .prev2{ float:left; background:url(6.png) no-repeat left;}
#content3 .position .picMarquee-left2 .hd2 .next2{ float:right; background:url(7.png) no-repeat left;}
#content3 .position .picMarquee-left2 .hd2 .prevStop{ background-position:-60px 0; }
#content3 .position .picMarquee-left2 .hd2 .nextStop{ background-position:-60px -50px; }
#content3 .position .picMarquee-left2 .bd2 {    }
#content3 .position .picMarquee-left2 .bd2 ul{ overflow:hidden; zoom:1; }
#content3 .position .picMarquee-left2 .bd2 ul li{width:235px; height:229px; margin:0 8px; float:left; _display:inline; overflow:hidden; text-align:center; margin-left:22px;  }
#content3 .position .picMarquee-left2 .bd2 ul li .pic{ width:235px;height:175px;text-align:center; }
#content3 .position .picMarquee-left2 .bd2 ul li .pic img{ width:235px;height:175px;display:block;}
#content3 .position .picMarquee-left2 .bd2 ul li .title{ line-height:50px; font-size:14px; color:#4C4C4C;   }
#content3 .position .picMarquee-left2 .bd2 ul li .title a{ 
	color:#4C4C4C;
	}


#content3 .position .picMarquee-left3{ width:1000px; height:240px;  overflow:hidden; position:relative;}
#content3 .position .picMarquee-left3 .hd3{ overflow:hidden;  height:11px; background:#f4f4f4; width:100%;}
#content3 .position .picMarquee-left3 .hd3 .prev3,#content3 .position .picMarquee-left3 .hd3 .prev3{ display:block;  width:11px; height:11px; float:right;  overflow:hidden;cursor:pointer;}
#content3 .position .picMarquee-left3 .hd3 .prev3{ float:left; background:url(6.png) no-repeat left;}
#content3 .position .picMarquee-left3 .hd3 .next3{ float:right; background:url(7.png) no-repeat left;}
#content3 .position .picMarquee-left3 .hd3 .prevStop{ background-position:-60px 0; }
#content3 .position .picMarquee-left3 .hd3 .nextStop{ background-position:-60px -50px; }
#content3 .position .picMarquee-left3 .bd3 {    }
#content3 .position .picMarquee-left3 .bd3 ul{ overflow:hidden; zoom:1; }
#content3 .position .picMarquee-left3 .bd3 ul li{width:235px; height:229px; margin:0 8px; float:left; _display:inline; overflow:hidden; text-align:center; margin-left:22px;  }
#content3 .position .picMarquee-left3 .bd3 ul li .pic{ width:235px;height:175px;text-align:center; }
#content3 .position .picMarquee-left3 .bd3 ul li .pic img{ width:235px;height:175px;display:block;}
#content3 .position .picMarquee-left3 .bd3 ul li .title{ line-height:50px; font-size:14px; color:#4C4C4C;   }
#content3 .position .picMarquee-left3 .bd3 ul li .title a{ 
	color:#4C4C4C; 
	}


#content3 .position .picMarquee-left4{ width:1000px; height:240px;  overflow:hidden; position:relative;}
#content3 .position .picMarquee-left4 .hd4{ overflow:hidden;  height:11px; background:#f4f4f4; width:100%;}
#content3 .position .picMarquee-left4 .hd4 .prev4,#content3 .position .picMarquee-left4 .hd4 .prev4{ display:block;  width:11px; height:11px; float:right;  overflow:hidden;cursor:pointer;}
#content3 .position .picMarquee-left4 .hd4 .prev3{ float:left; background:url(6.png) no-repeat left;}
#content3 .position .picMarquee-left4 .hd4 .next3{ float:right; background:url(7.png) no-repeat left;}
#content3 .position .picMarquee-left4 .hd4 .prevStop{ background-position:-60px 0; }
#content3 .position .picMarquee-left4 .hd4 .nextStop{ background-position:-60px -50px; }
#content3 .position .picMarquee-left4 .bd4 {    } 
#content3 .position .picMarquee-left4 .bd4 ul{ overflow:hidden; zoom:1; }
#content3 .position .picMarquee-left4 .bd4 ul li{width:235px; height:229px; margin:0 8px; float:left; _display:inline; overflow:hidden; text-align:center; margin-left:22px;  }
#content3 .position .picMarquee-left4 .bd4 ul li .pic{ width:235px;height:175px;text-align:center; }
#content3 .position .picMarquee-left4 .bd4 ul li .pic img{ width:235px;height:175px;display:block;}
#content3 .position .picMarquee-left4 .bd4 ul li .title{ line-height:50px; font-size:14px; color:#4C4C4C;   }
#content3 .position .picMarquee-left4 .bd4 ul li .title a{  
	color:#4C4C4C;
	}
	
#foot{
	float:left;
	width:100%;
	height:200px;
	position:relative;
	overflow:hidden;
	background:#252525;
	border-top:5px solid #007FC9;
	}
#foot .position{
	width:1920px;
	height:200px;
	position:absolute;
	left:50%;
	margin-left:-960px;
	overflow:hidden;
	}
#foot .position .left{
	width:800px;
	float:left;
	}
#foot .position .left .n_guide{
	display:block;
	color:#fff;
	margin-top:65px;
	font-size:14px;
	}
#foot .position .left .n_guide a{
	display:block;
	float:left;
	padding:0 18px;
	background:url(8.png) no-repeat left;
	color:#C4C4C4;
	}
#foot .position .left .infom{
	display:block;
	color:#C4C4C4;
	font-size:14px;
	margin-top:28px;
	}
#foot .position .left .infom a{

	color:#C4C4C4;
	}
#foot .position .right{
	width:auto;
	height:90px;
	float:right;
	margin-top:55px;
	}
#foot .position .right .img{
	width:90px;
	height:90px;
	float:left;
	margin-left:20px;
	}
#foot .position .right .img img{
	width:90px;
	height:90px;
	}

#content{
	width:100%;
	background:url(9.jpg) center;
	}
#content .position{
	width:1200px;
	margin:0 auto;
	}
#content .position .nei_title{
	text-align:center;
	width:100%;
	height:75px;
	padding-top:80px;
	}
#content .position .nei_title h1{
	font-size:34px;
	color:#fff;
	line-height:34px;
	}
#content .position .nei_title h1 a{
	color:#fff;
	}
#content .position .nei_title p{
	color:#fff;
	font-size:14px;
	margin-top:15px;
	}
#content .position .nei_title p a{
	color:#fff;
	}
#content .position .nei_guide{
	width:100%;
	text-align:center;
	padding:70px 0 40px 0;
	}
#content .position .nei_guide a{
	margin-bottom:20px;
	}
.mNormal{
	display:inline-block;
	padding:0 33px;
	height:40px;
	line-height:40px;
	color:#565656;
	background:#fff;
	margin:0 10px;
	border-radius:40px;
	font-size:14px;
	}
.mNormal:hover{
	color:#fff;
	background:#128BCF;
	}
.mChoose{
	display:inline-block;
	padding:0 42px;
	height:40px;
	line-height:40px;
	color:#fff;
	background:#128BCF;
	margin:0 10px;
	border-radius:40px;
	font-size:14px;
	}
.mChoose:hover{
	color:#fff;
	background:#128BCF;
	}
#content .position .main{
	width:1120px;
	background:#fff;
	padding:40px;
	float:left;
	}
#content .position .d_page{
	display:block;
	float:left;
	width:100%;
	}
#content .position .d_page .up{
	width:100%;
	height:100px;
	text-align:center;
	}
#content .position .d_page .up h2{
	color:#128BCF;
	font-size:24px;
	padding-top:30px;
	}
#content .position .d_page .up p{
	color:#B0B0B0;
	font-size:14px;
	padding-top:15px;
	}
#content .position .d_page .down{
	display:block;
	padding-top:40px;
	line-height:2.75em;
	color:#555555;
	font-size:14px;
	}
#content .position .list{
	width:100%;
	height:130px;
	padding:30px 0;
	float:left;
	border-bottom:1px solid #E5E5E5;
	}
#content .position .list .date{
	width:130px;
	height:130px;
	float:left;
	background:#E0E0E0;
	text-align:center;
	
	}
#content .position .list .date:hover{
	color:#fff;
	background:#128BCF;
	}
#content .position .list .date .dd{
	width:130px;
	font-size:60px;
	color:#fff;
	margin-top:10px;
	}
#content .position .list .date .yy{
	width:130px;
	color:#fff;
	font-size:18px;
	}
#content .position .list .date1{
	width:130px;
	height:130px;
	float:left;
	background:#128BCF;
	text-align:center;
	
	}
#content .position .list .date:hover{
	color:#fff;
	
	}
#content .position .list .date1 .dd{
	width:130px;
	font-size:60px;
	color:#fff;
	margin-top:10px;
	}
#content .position .list .date1 .yy{
	width:130px;
	color:#fff;
	font-size:18px;
	}
#content .position .list .text{
	width:960px;
	height:130px;
	float:right;
	}
#content .position .list .text a{
	display:block;
	color:#3E3E3E;
	font-size:24px;
	line-height:24px;
	padding-top:25px;
	}
#content .position .list .text p{
	display:block;
	font-size:14px;
	line-height:24px;
	color:#8C8C8C;
	margin-top:10px;
	}
#content .position .pic{
	width:1220px;
	float:left;
	}
#content .position .pic .box{
	width:260px;
	height:235px;
	float:left;
	margin:0 27px 20px 0;
	}
#content .position .pic .box .img{
	width:260px;
	height:195px;
	display:block;
	}
#content .position .pic .box .img img{
	width:260px;
	height:195px;
	}
#content .position .pic .box .topic{
	text-align:center;
	line-height:40px;
	background:#007FC9;
	display:block;
	color:#fff;
	font-size:14px;
	}
#content .position .pic .box .topic:hover{
	background:#76D946;
	}

.piro_overlay { position: fixed; _position: absolute; top: 0; left: 0; width: 100%; height: 100%; background:#000; display: none; z-index:99997; }

.loading span{position:absolute;top:50%;left:50%;margin-top:-15px;margin-left:-15px;width:30px;height:30px;display:block;z-index:100008; background:none }
.loading span span{position:absolute; display:block; width:30px;height:30px; z-index:100009;background: url(ajax-loader.gif) center center no-repeat!important;background: url(ajax-loader.gif) center center no-repeat;}

.caption{position:absolute;bottom:0;left:0;margin:0;display:block; padding:0px; cursor:text; background:#222;}
.piro_nav{position:absolute;bottom:0;left:50%;margin:0;display:block; padding:0; background:none;}
.caption p{ display:block; margin:0;padding:4px 28px 4px 38px; text-align:center; font-weight:normal; background:black; color:white; font-size:12px;}

a.piro_close{position:absolute;top:20px;right:20px;height:35px;width:35px;background:url(close_btn.png) no-repeat;cursor:pointer;z-index:100006;}
a:hover.piro_close{background:url(close_btn_h.png) no-repeat;}

a.piro_next{position:absolute;top:50%;width:35px; height:35px;right:20px;text-indent:-999em;outline:none; display:block; margin:-18px 0 0 0;background:url(next.png) center right no-repeat; border:none; cursor:pointer;z-index:1000000001}
a:hover.piro_next{background:url(next_h.png) center right no-repeat;}

a.piro_prev{position:absolute;top:50%;width:35px; height:35px;left:20px; text-indent:-999em; outline:none;display:block;margin:-18px 0 0 0;background: url(prev.png) center left no-repeat;border:none; cursor:pointer; z-index:1000000000}
a:hover.piro_prev{background:url(prev_h.png) center left no-repeat;}



.pirobox_content {position:absolute; top:50%; left: 50%; padding:0; width: 800px; height: 600px; margin:-300px 0 0 -400px; display:block; z-index:99998;font-family:Trebuchet MS,Arial;}
.pirobox_content table,tbody,tr,th,td{margin:0;padding:0;border:none;}
.pirobox_content img{ margin:0; padding:0; border:none;}

.t_l{background:url(t_l.png) no-repeat; width:20px; height:20px;}
.t_r{background: url(t_r.png) no-repeat; width:20px; height:20px;}
.t_c{height:20px; background:url(t_c.png) repeat-x;}

.c_l{width:20px; background: url(c_l.png) repeat-y;}
.c_c{background:white; margin:0; padding:0;}
.c_c div{width:760px; height:560px; margin:0; padding:0 0 0px 0;}
.c_r{width:20px; background: url(c_r.png) repeat-y;}

.b_c{height:20px; background:url(b_c.png) repeat-x;}
.b_l{background:url(b_l.png) no-repeat; width:20px; height:20px;}
.b_r{background:url(b_r.png) no-repeat; width:20px; height:20px;}

/*.t_l{background:#000; width:10px; height:10px;}
.t_r{background:#000; width:10px; height:10px;}
.t_c{height:10px; background:#000;}

.c_l{width:10px; background:#000;}
.c_c{background:#000; margin:0; padding:0;}
.c_c div{width:380px; height:180px; margin:0; padding:0;}
.c_r{width:10px; background: #000;}

.b_c{height:10px; background:#000;}
.b_l{background:#000; width:10px; height:10px;}
.b_r{background:#000; width:10px; height:10px;}
*/
.box_img{ position:absolute; z-index:99995; background: url(img_bg.png);width: 100%; top:30px; left:30px; height: 100%; padding:0;}
.err_mess{ position:absolute;bottom:20px; color:white; padding:0; margin:0 0 0 20px; display:block;}
.err_mess a{color:red; font-weight:700;}
.number{position:absolute;margin-left:3px;height:18px;width:30px; padding:3px;left:0;color:#666;bottom:1px; font-size:11px;}
a.link_to {position:absolute;margin-right:6px;height:20px;width:20px;right:0;color:#999;bottom:3px; background:url(link_out.png) no-repeat; text-indent:-999em;}
a:hover.link_to { background:url(link_out_h.png) no-repeat;}
a.play{position:absolute;top:20px!important;top:20px;left:20px!important;left:20px;width:40px; height:40px; margin:0; outline:none; display:block;background:url(play.png) no-repeat; text-indent:-999em; border:none;cursor:pointer;}
a:hover.play{background:url(play_h.png) no-repeat;}
a.stop{position:absolute;top:20px!important;top:20px;left:20px!important;left:20px;;width:40px; height:40px; margin:0; outline:none; display:block;background:url(pause.png) no-repeat;text-indent:-999em; border:none;cursor:pointer;}
a:hover.stop{background:url(pause_h.png) no-repeat;}

.message_main{
	width:420px;
	height:45px;
	line-height:45px;
	float:left;
	margin-bottom:30px;
	}
.message_main span{
	display:block;
	width:80px;
	height:45px;
	float:left;
	font-size:16px;
	}
.message_main p{
	width:338px;
	height:43px;
	float:right;
	background:#fff;
	border:1px solid #EDEDED
	}
.message_main .uInput{
	width:338px;
	height:43px;
	background:none;
	}
.message_main1{
	width:870px;
	height:135px;
	line-height:45px;
	float:left;
	margin-bottom:30px;
	}
.message_main1 span{
	display:block;
	width:80px;
	height:45px;
	float:left;
	font-size:16px;
	}
.message_main1 p{
	width:788px;
	height:133px;
	float:right;
	background:#fff;
	border:1px solid #EDEDED
	}
.message_main1 #MeContent{
	width:788px;
	height:133px;
	}




#top1{
	float:left;
	width:100%;
	height:115px;
	position:relative;
	border-bottom:5px solid #007FCA;   
	}
#top1 .position{
	width:1920px;
	height:115px;
	position:absolute;
	left:50%;
	margin-left:-960px;
	}
#top1 .position ul{
    display:block;
    width:785px;
    height:85px;
	float:right;
	margin-right:360px;
	margin-top:30px;
    }
#top1 .position ul .main_li{
    display:block;
    text-align:center;
    float:left;
    height:115px;
	background:url(1.png) no-repeat 0 43px;
	
    }
#top1 .position ul .main_li .main_a{
    display:block;
    height:85px;
	color:#5A5A5A;
	padding:0 6px;
    transition: background 0.5s;
-moz-transition: background 0.5s;    /* Firefox 4 */
-webkit-transition: background 0.5s;    /* Safari 和 Chrome */
-o-transition: background 0.5s;    /* Opera */
    }
#top1 .position ul .main_li .main_a .en{
    font-size:14px;
    display:block;
	padding-top:40px;
    }
#top1 .position ul .main_li .main_a .ch{
    font-size:14px;
    display:block;
	line-height:15px;
    }
#top1 .position ul .main_li .main_a:hover{
    color:#fff;
    background:#007FCA; 
    }
 
#top1 .nav{ z-index:1;  right:0; }
#top1 .nav a{ }
#top1 .nav .nLi{ float:left; display:inline;  }
#top1 .nav .nLi h3{ float:left; font-weight:normal;}
#top1 .nav .nLi h3 a{ display:block; text-align:center;}
#top1 .nav .nLi h3 a span{
    display:block;
    float:left;
    margin-top:50px;
    color:#fff;
    width:90px;
    }
#top1 .nav .sub{ display:none; width:100%; left:0; top:85px;  position:absolute; background:url(2.png); z-index:10; height:297px; border-bottom:3px solid #5C5344;}
#top1 .nav .sub .adv{
    width:500px;
    height:150px;
    float:left;
    overflow:hidden;
    margin-top:25px;
    }
#top1 .nav .sub .adv .img{
    width:300px;
    height:150px;
    overflow:hidden;
    float:left;
    }
#top1 .nav .sub .adv .img img{
    width:300px;
    height:150px;
    }
#top1 .nav .sub .adv .text{
    float:right;
    width:200px;
    height:150px;
    }
#top1 .nav .sub .adv .text h2{
    color:#fff;
    font-size:18px;
    color:#fff;
    font-weight:normal;
    display:block;
    }
#top1 .nav .sub .adv .text h4{
    color:#fff;
    font-size:16px;
    color:#fff;
    font-weight:normal;
    display:block;
    clear:both;
    }
#top1 .nav .sub .adv .text p{
    font-size:12px;
    color:#C3C3C3;
    font-weight:normal;
    display:block;
    width:100%;
    line-height:20px;
    margin-top:10px;
    }
#top1 .nav .sub .list{ zoom:1; display:block; width:1200px; margin:0 auto; }
#top1 .nav .sub .daohang{
    width:520px;
    height:120px;
    float:right; 
    margin-top:35px;
    }
#top1 .nav .sub .daohang .daohang_nei{
    width:250px;
    height:49px;
    border-bottom:1px solid #fff;
    float:left;
    margin-left:10px;
    line-height:49px;
    color:#C3C3C3;
    font-size:14px; 
    }
#top1 .nav .sub .daohang .daohang_nei a{
    color:#fff;
    border-color:#fff;
    }
#top1 .nav .sub .daohang .daohang_nei a:hover{
    color:#fff;
    background:none;
    border-color:#00FFF3;
    }
#top1 .logo{
	width:335px;
	height:80px;
	float:left;
	margin-left:360px;
	}
#top1 .logo img{
	width:335px;
	height:80px;
	margin-top:20px;
	}



.qiehuan{
	display:block;
	position:absolute;
	right:395px;
	top:0;
	height:30px;
	line-height:30px;
	font-size:14px;
	color:#4B4B4B;
	}
.qiehuan a{
	color:#4B4B4B;
	}